
      	D-Link DL10050-based FAST Ethernet Adapter
	D-Link DFE-550TX FAST Ethernet 10/100 Adapter
	D-Link DFE-550FX 100Mbps Fiber-optics Adapter
	D-Link DFE-580TX 4 Port Server Adapter
	D-Link DFE-530TXS PCI Fast Ethernet Adapter

	Installation for the NetWare Server 6 Driver

 Contents
 --------
    -Getting Started
        -First time installation from the install menu
        -The other time installation from the install menu
        -Modifying an existing NetWare 6 Server


 Getting Started
 ---------------

    First time installation from the install menu
    ----------------------------------------------------
        - Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

        - Execute "NWCONFIG" after booting up.  Type,
          : NWCONFIG

        - Select "Driver Options", -> "Configure network drivers", and
          -> "Select a driver".

        - Press <Insert> key to install an unlisted driver.

        -  Please insert released driver CD into CD-ROM drive.

        - Press <Enter> key to continue install or press <F3> to specify
          directory which includes DLH5X.LDI, DLH5X.LAN.

          Ex. <CD drive>:\NETWARE\32BITLAN

	- Select an adapter which you want to install.	
          example:
		Suppose your adapter is DFE-550TX, you should
	  	select "DLH5X.LAN D-Link DFE-550TX FAST Ethernet 10/100 Adapter".
          
        - Specify "SLOT", "Media and Line Speed" and "Node Address"
          if necessary.

        - Select "Save parameters and load driver" after configuring
          adapter setting.

        - NetWare server will load/bind driver automatically.


    The other time installation from the install menu
    ----------------------------------------------------
        - Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

        - Execute "NWCONFIG" after booting up.  Type,
          : NWCONFIG

        - Select "Driver Options", -> "Configure network drivers", and
          -> "Select a driver".

	- Select an adapter which you want to install in Select a driver windows.
	   example:
		Suppose your adapter is DFE-550TX, you should
	  	select "DLH5X.LAN D-Link DFE-550TX FAST Ethernet 10/100 Adapter".
        
        - Specify "SLOT", "Media and Line Speed" and "Node Address"
          if necessary.

        - Select "Save parameters and load driver" after configuring adpter
          setting.

        - NetWare server will load/bind driver automatically.


    Modifying an existing NetWare 6 Server
    ----------------------------------------
        - Start the NetWare Server.

          > CD \NWSERVER
          > SERVER

        - From the Novell Server side, execute "NWCONFIG".  Type:
          :NWCONFIG
           Select <NCF files options>
           Select <Edit AUTOEXEC.NCF file>

	- Get new NLM files from NOVELL website and put them in the directory
	  which includes SERVER.EXE(Ex.C:\NWSERVER).

        - Add below item into the server's AUTOEXEC.NCF file.

        LOAD C:\NWSERVER\NBI.NLM
        LOAD C:\NWSERVER\MSM.NLM
        LOAD C:\NWSERVER\ETHERTSM.NLM

        LOAD C:\NWSERVER\DLH5X SLOT=1 FRAME=Ethernet_802.3
             NAME=DLH5X_1_E83
        BIND IPX DLH5X_1_E83 NET=xxxx

        LOAD C:\NWSERVER\DLH5X SLOT=1 FRAME=Ethernet_802.2
             NAME=DLH5X_1_E82
        BIND IPX DLH5X_1_E82 NET=xxxx

        LOAD C:\NWSERVER\DLH5X SLOT=1 FRAME=Ethernet_II
             NAME=DLH5X_1_EII
        BIND IPX DLH5X_1_EII NET=xxxx

        LOAD C:\NWSERVER\DLH5X SLOT=1 FRAME=Ethernet_SNAP
             NAME=DLH5X_1_ESP
        BIND IPX DLH5X_1_ESP NET=xxxx

        - Restart the server again.


       Parameters supported by the DLH5X.LAN driver
       ---------------------------------------------
       SLOT     1      - Forces the driver to search for the specified
                         board

       AUTOSENSE       - This keyword configures the adapter to conduct
                         NWay Auto-negotiation to determine the network
                         speed and the duplex mode of the network
                         connection.
			 (Not support on DFE-550FX 100Mbps Fiber-optics Adapter)

       10MBPSHD        - Force driver to 10Mbps half duplex mode.
			 (Not support on DFE-550FX 100Mbps Fiber-optics Adapter)

       10MBPSFD        - Force driver to 10Mbps full duplex mode.
			 (Not support on DFE-550FX 100Mbps Fiber-optics Adapter)

       100MBPSHD       - Force driver to 100Mbps half duplex mode.

       100MBPSFD       - Force driver to 100Mbps full duplex mode.

      

